Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / IndexEntry Class / IndexEntry Constructor / IndexEntry Constructor(String,IndexEntryOccurrence[])
The string that is assigned to the Caption property of the current index entry.
One or more IndexEntryOccurrence objects that are added to the Occurrences collection of this index entry.

In This Topic
    IndexEntry Constructor(String,IndexEntryOccurrence[])
    In This Topic
    Initializes a new instance of the IndexEntry class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal caption As String, _
       ByVal ParamArray occurrences() As IndexEntryOccurrence _
    )
    public IndexEntry( 
       string caption,
       params IndexEntryOccurrence[] occurrences
    )

    Parameters

    caption
    The string that is assigned to the Caption property of the current index entry.
    occurrences
    One or more IndexEntryOccurrence objects that are added to the Occurrences collection of this index entry.
    See Also